Support for COM Add-ins

Along with other Microsoft Office XP applications, Microsoft Outlook 2002 allows you to enhance and extend the application using Component Object Model (COM) add-ins. A COM add-in is a dynamic-link library (DLL) that’s specially registered so that it can be loaded by an Office XP application. You can build a COM add-in with Microsoft Visual Basic version 5.0 or later, or any of the Office XP applications in the Office XP Developer. You can also create COM add-ins with Microsoft Visual C++ or Microsoft Visual J++.

The COMAddIns property of the Application object gives you access to the COM add-ins loaded by Outlook.

Learn more about customizing Outlook using COM add-ins.